|
|
|
BlueCielo Meridian Asset Management Module 2012 Administrator's Guide | BlueCielo ECM Solutions |
AMMSection is the name of the JavaScript control that creates the URL that is sent to Meridian Explorer when a user displays the Attached Documents page. For details about the URL, see Web link for Maximo 6.1 and 6.2. The control is integrated with Maximo by modifying the corresponding Maximo application definition file.
To install the AMMSection control:
<presentation ...>
<page ...>
<clientarea ...>
<tabgroup ...>
The XML tag should look like this:
<!-- AMM extra tab -->
<tab id="ammdocs" label="Attached Documents" >
<!-- This section displays the AMM docs, must be added manually -->
<ammsection id="ammdocs_sections" label="Engineering Documents">
</ammsection>
</tab>
The comment tags are optional. The file should look similar to the following figure.
</sectioncol>
</sectionrow>
</section>
</tabledetails>
</table>
</tab>
<!-- AMM extra tab -->
<tab id="ammdocs" label="Attached Documents" >
<!-- This section displays the AMM docs, must be added manually -->
<ammsection id="ammdocs_sections" label="Engineering Documents" >
</ammsection>
</tab>
</tabgroup>
</clientarea>
<include id="pageFooter" />
</page>
A sample for the Asset application can be found in <Setup>\Maximo\Maximo 6\asset.xml.
Note The first time that the Asset Management Module is installed on the Maximo server, import the modified definition file only after Maximo has been rebuilt, or the import will fail. Subsequent imports do not require rebuilding Maximo because a required JavaScript control will already be present.
Proceed as described in Configuring the Meridian Explorer URL parameters.
Related concepts
Understanding the integration with Maximo 5.x and 6
Related tasks
Configuring the Meridian Explorer URL parameters
Specifying configuration properties
Importing the application definition file
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |